The following tables list the members exposed by the TechnologyCollection type.

Public Constructors

  Name Description
TechnologyCollection Overloaded.  
Top

Public Properties

  Name Description
public property Resident  
Top

Public Methods (see also Protected Methods)

  Name Description
public method Add Adds technology information to the registrar.
public method Contains Checks whether the technology exists in the registrar.
public method ContainsLogicalName Checks if the technology exists in the registrar.
public method Equals  (inherited from Object)
public method Find Gets the technology object with the specified id, returns null if the technology object does not exist.
public method Get Gets the technology object with the specified id, returns null if the technology object does not exist.
public method GetEnumerator GetEnumerator returns an enumerator that iterates through the collection.
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method LookupKey Looks up the corresponding key for a locally registered technology.
public method LookupLogicalName Looks up the corresponding logical name for a locally registered technology.
public method RegisterTechnology A helper function for loading SDK-related types.
public method Remove Remove a technology from the registrar.
public method ToString  (inherited from Object)
Top

Protected Methods (see also Extension Methods)

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top

Extension Methods

  Name Description
public extension method ForEach  Overloaded. (Defined by EnumerableHelpers.)
Top

See Also